object F_DirView: TF_DirView Left = 271 Top = 153 HelpContext = 1 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsDialog Caption = 'Open Jigsaw' ClientHeight = 389 ClientWidth = 441 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poScreenCenter OnActivate = FormActivate OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object P_Form: TPanel Left = 0 Top = 0 Width = 440 Height = 378 BevelOuter = bvNone TabOrder = 0 object DCB_Drives: TDriveComboBox Left = 8 Top = 8 Width = 161 Height = 21 DirList = DLB_Dirs Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 OnKeyPress = B_OkKeyPress end object DLB_Dirs: TDirectoryListBox Left = 8 Top = 40 Width = 161 Height = 121 FileList = FLB_Files Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ItemHeight = 16 ParentFont = False TabOrder = 1 OnKeyPress = B_OkKeyPress end object FLB_Files: TFileListBox Left = 8 Top = 174 Width = 161 Height = 131 FileEdit = E_FileName Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ItemHeight = 15 ParentFont = False TabOrder = 2 OnClick = FLB_FilesClick OnDblClick = FLB_FilesDblClick OnKeyPress = FLB_FilesKeyPress OnKeyUp = FLB_FilesKeyUp end object E_FileName: TEdit Left = 8 Top = 316 Width = 161 Height = 23 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 3 Text = '*.*' OnKeyPress = E_FileNameKeyPress end object FCB_Filters: TFilterComboBox Left = 8 Top = 346 Width = 161 Height = 23 FileList = FLB_Files Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 4 OnKeyPress = B_OkKeyPress end object P_View: TPanel Left = 179 Top = 8 Width = 252 Height = 321 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 5 Visible = False object I_Thumb: TImage Left = 30 Top = 8 Width = 192 Height = 143 Center = True end object Bevel1: TBevel Left = 0 Top = 158 Width = 252 Height = 2 end object I_Pieces: TImage Left = 40 Top = 56 Width = 89 Height = 81 Picture.Data = {} Visible = False end object CB_Rotation: TCheckBox Left = 136 Top = 164 Width = 92 Height = 21 Caption = 'With Rotation' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = CB_RotationClick OnKeyPress = B_OkKeyPress end object CB_Edgeless: TCheckBox Left = 136 Top = 188 Width = 81 Height = 21 Caption = 'Edgeless' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = CB_EdgelessClick OnKeyPress = B_OkKeyPress end object P_PieceSize: TPanel Left = 8 Top = 166 Width = 116 Height = 147 TabOrder = 2 object I_PieceSize: TImage Left = 10 Top = 9 Width = 72 Height = 88 Picture.Data = {} end object L_PieceNumCap: TLabel Left = 10 Top = 124 Width = 41 Height = 15 Caption = 'Pieces:' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object L_PieceNum: TLabel Left = 62 Top = 124 Width = 21 Height = 15 Alignment = taRightJustify Caption = '999' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object SB_PieceSize: TScrollBar Left = 95 Top = 3 Width = 17 Height = 140 Kind = sbVertical Max = 10 Position = 5 TabOrder = 0 OnChange = SB_PieceSizeChange OnKeyPress = B_OkKeyPress end end object RG_Mix: TRadioGroup Left = 136 Top = 248 Width = 108 Height = 65 Caption = 'Mix pieces' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ItemIndex = 0 Items.Strings = ( 'Randomly' 'Spread out') ParentFont = False TabOrder = 3 OnClick = RG_MixClick end object CB_Classic: TCheckBox Left = 136 Top = 212 Width = 105 Height = 21 Caption = 'Classic shapes' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 4 OnClick = CB_ClassicClick OnKeyPress = B_OkKeyPress end end object B_Ok: TButton Left = 248 Top = 341 Width = 84 Height = 28 Caption = 'OK' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 6 OnClick = B_OkClick OnKeyPress = B_OkKeyPress end object B_Cancel: TButton Left = 349 Top = 341 Width = 82 Height = 28 Caption = 'Cancel' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 7 OnClick = B_CancelClick OnKeyPress = B_OkKeyPress end end end